home *** CD-ROM | disk | FTP | other *** search
- object frmPassword: TfrmPassword
- Left = 316
- Top = 131
- BorderStyle = bsDialog
- Caption = 'Password'
- ClientHeight = 130
- ClientWidth = 322
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblPass: TLabel
- Left = 8
- Top = 8
- Width = 49
- Height = 13
- Caption = '&Password:'
- FocusControl = edtPass
- end
- object lblVeri: TLabel
- Left = 8
- Top = 56
- Width = 143
- Height = 13
- Caption = 'Please &confirm your password:'
- Enabled = False
- FocusControl = edtPass
- end
- object edtPass: TEdit
- Left = 8
- Top = 24
- Width = 225
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 0
- OnChange = edtPassChange
- end
- object btnOk: TButton
- Left = 240
- Top = 8
- Width = 75
- Height = 25
- Caption = '&OK'
- Enabled = False
- ModalResult = 1
- TabOrder = 3
- OnClick = btnOkClick
- end
- object edtVeri: TEdit
- Left = 8
- Top = 72
- Width = 225
- Height = 21
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 1
- OnChange = edtVeriChange
- end
- object btnCancel: TButton
- Left = 240
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- OnClick = btnCancelClick
- end
- object cbMask: TCheckBox
- Left = 8
- Top = 104
- Width = 97
- Height = 17
- Caption = '&Mask Password'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = cbMaskClick
- end
- object btnHelp: TButton
- Left = 240
- Top = 72
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- OnClick = btnHelpClick
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 200
- Top = 104
- end
- end
-